runtime.workbuf.obj (field)
13 uses
runtime (current package)
mgcwork.go#L124: } else if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L127: if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L136: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L154: if wbuf == nil || wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L158: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L180: for wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L187: n := copy(wbuf.obj[wbuf.nobj:], obj)
mgcwork.go#L226: return wbuf.obj[wbuf.nobj]
mgcwork.go#L241: return wbuf.obj[wbuf.nobj]
mgcwork.go#L328: obj [(_WorkbufSize - unsafe.Sizeof(workbufhdr{})) / goarch.PtrSize]uintptr
mgcwork.go#L443: memmove(unsafe.Pointer(&b1.obj[0]), unsafe.Pointer(&b.obj[b.nobj]), uintptr(n)*unsafe.Sizeof(b1.obj[0]))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |